home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: netcom.com!craiga
- From: craiga@netcom.com (Craig Arnush)
- Subject: Re: BC++5.0 Program doesn't compile (see text)
- Message-ID: <craigaDpMLEB.yz@netcom.com>
- Organization: NETCOM On-line Communication Services (408 261-4700 guest)
- References: <4k9e51$fl9@arl-news-svc-5.compuserve.com> <316AA13B.79CF@tdl.com>
- Date: Wed, 10 Apr 1996 02:54:10 GMT
- Sender: craiga@netcom5.netcom.com
-
- Ah, using OWL and the STL. Unfortunately, there seems to be a conflict
- with how OWL uses the old Borland string class and the STL string class.
- Have you tried using explicit scoping or a using-declaration instead of
- the catch-all using-directive? The former two are recommended over the
- latter, anyways.
-
- Me
- --
- /-------------------------------------------------------\
- | Craig Arnush | "Why are you arresting me? |
- | | You said I was *legally* drunk!" |
- | craiga@netcom.com | - T. Viking |
- \-------------------------------------------------------/
-